body {
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

input,
button,
select,
textarea {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

li:hover,
a:hover {
	cursor: pointer;
}

body {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.pageddd {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.pages {
	margin-top: 20px;
	text-align: center;
	margin: 0 auto;
}

.pages>div>.pagination {
	float: left;
}

.pages>div>.pagination>li {
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	border: 1px solid #0a94d5;
	padding-top: 0;
	padding: 6px 10px;
	color: #0a94d5;
	margin-top: 5px;
	font-size: 16px !important;
}

.pages>div>.pagination>li.active {
	background-color: #0a94d5;
	font-size: 16px !important;
	color: #fff !important;
	margin-left: 0px !important;
}


.pages>div>.pagination>li>span,
.pages>div>.pagination>li>a {
	display: block;
	font-size: 16px !important;
}

.all {
	width: 100%;
	float: left;
	height: auto;
}

.header {
	width: 100%;
	float: left;
}

.header_top {
	width: 100%;
	float: left;
	background: #f4f4f4;
	height: 42px;
}

.header_top_list {
	width: 1440px;
	float: left;
	margin-left: calc((100% - 1440px)/2);
}

.header_top_list ul {
	float: right;
	margin-right: -10px;
}

.header_top_list ul li {
	font-size: 11px;
	color: #818181;
	margin-top: calc((42px - 15px)/2);
	height: 15px;
	padding: 0 10px;
	line-height: 15px;
	float: left;
	border-left: 1px solid #cacaca;
}

.header_top_list ul li:nth-child(1) {
	border-left: 1px solid #f4f4f4;
}

.header_fot {
	width: 100%;
	float: left;
	background: #ffffff;
	height: 108px;
}

.header_fot_list {
	width: 1440px;
	float: left;
	margin-left: calc((100% - 1440px)/2);
}

.header_fot_list_left {
	width: 553px;
	float: left;
	height: 68px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: calc((108px - 68px)/2);
}

.header_fot_list_right {
	float: right;
	height: 108px;
	line-height: 108px;
	width: calc(100% - 798px);
}

.header_fot_list_right ul {
	width: 100%;
	display: flex;
}

.header_fot_list_right ul li {
	float: left;
	flex: 1;
	text-align: right;
	color: #252525;
	font-size: 14px;
}

.swiper {
	width: 100%;
	float: left;
}

.swiper img {
	width: 100%;
	float: left;
}
.footer{
	width: 100%;
	float: left;
	background: #0c6fc2;
}
.footer_top{
	width: 1440px;
	float: left;
	height: auto;
	padding-top: 70px;
	padding-bottom: 50px;
	margin-left: calc((100% - 1440px)/2);
}
.footer_top_left{
	width: 990px;
	float: left;
}
.footer_top_left ul{
	float: left;
	width: 175px;
	margin-right: 70px;
}
.footer_top_left ul li{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin-top: 6px;
}
.footer_top_left ul li:nth-child(1){
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}
.footer_top_right{
	width: 335px;
	float: right;
	height: auto;
}
.footer_top_right::before{
	width: 1px;
	height: 180px;
	background: #055ca6;
	position: absolute;
	content: "";
	margin-top: 7px;
	margin-left: -50px;
}
.footer_top_right_title{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}
.footer_top_right ul{
	width: 100%;
	float: left;
}
.footer_top_right ul li{
	float: left;
	width: 100%;
	margin-top: 8px;
}
.footer_top_right ul li img{
	width: 18px;
	height: 19px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.footer_top_right ul li span{
	display: inline-block;
	width: calc(100% - 28px);
	float: left;
	font-size: 14px;
	color: #fff;
}
.footer_fot{
	width: 100%;
	float: left;
	background: #055ca6;
	height: 60px;
	line-height: 60px;
}
.footer_fots{
	font-size: 14px;
	color: #fff;
	width: 1440px;
	margin-left: calc((100% - 1440px)/2);
}
.footer_fots_left{
		width: calc(100% - 79px);
		float: left;
	}
	.footer_fots_right{
		width: 69px;
		float: right;
		height: 47px;
		margin-top: calc((60px - 47px)/2);
	}
@media screen and (min-width: 1241px) and (max-width: 1469px) {
	.all {
		width: 100%;
		float: left;
		height: auto;
	}

	.header {
		width: 100%;
		float: left;
	}

	.header_top {
		width: 100%;
		float: left;
		background: #f4f4f4;
		height: 42px;
	}

	.header_top_list {
		width: 1200px;
		float: left;
		margin-left: calc((100% - 1200px)/2);
	}

	.header_top_list ul {
		float: right;
		margin-right: -10px;
	}

	.header_top_list ul li {
		font-size: 11px;
		color: #818181;
		margin-top: calc((42px - 15px)/2);
		height: 15px;
		padding: 0 10px;
		line-height: 15px;
		float: left;
		border-left: 1px solid #cacaca;
	}

	.header_top_list ul li:nth-child(1) {
		border-left: 1px solid #f4f4f4;
	}

	.header_fot {
		width: 100%;
		float: left;
		background: #ffffff;
		height: 108px;
	}

	.header_fot_list {
		width: 1200px;
		float: left;
		margin-left: calc((100% - 1200px)/2);
	}

	.header_fot_list_left {
		width: 553px;
		float: left;
		height: 68px;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: calc((108px - 68px)/2);
	}

	.header_fot_list_right {
		float: right;
		height: 108px;
		line-height: 108px;
		width: calc(100% - 613px);
	}

	.header_fot_list_right ul {
		width: 100%;
		display: flex;
	}

	.header_fot_list_right ul li {
		float: left;
		flex: 1;
		text-align: right;
		color: #252525;
		font-size: 14px;
	}

	.swiper {
		width: 100%;
		float: left;
	}

	.swiper img {
		width: 100%;
		float: left;
	}
	.footer{
		width: 100%;
		float: left;
		background: #0c6fc2;
	}
	.footer_top{
		width: 1200px;
		float: left;
		height: auto;
		padding-top: 70px;
		padding-bottom: 50px;
		margin-left: calc((100% - 1200px)/2);
	}
	.footer_top_left{
		width: 730px;
		float: left;
	}
	.footer_top_left ul{
		float: left;
		width: 170px;
		margin-right: 12px;
	}
	.footer_top_left ul li{
		width: 100%;
		float: left;
		text-align: left;
		font-size: 16px;
		color: #fff;
		margin-top: 6px;
	}
	.footer_top_left ul li:nth-child(1){
		color: #fff;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.footer_top_right{
		width: 335px;
		float: right;
		height: auto;
	}
	.footer_top_right::before{
		width: 1px;
		height: 180px;
		background: #055ca6;
		position: absolute;
		content: "";
		margin-top: 7px;
		margin-left: -50px;
	}
	.footer_top_right_title{
		width: 100%;
		float: left;
		font-size: 16px;
		margin-bottom: 10px;
		color: #fff;
	}
	.footer_top_right ul{
		width: 100%;
		float: left;
	}
	.footer_top_right ul li{
		float: left;
		width: 100%;
		margin-top: 8px;
	}
	.footer_top_right ul li img{
		width: 18px;
		height: 19px;
		float: left;
		margin-top: 1px;
		margin-right: 10px;
	}
	.footer_top_right ul li span{
		display: inline-block;
		width: calc(100% - 28px);
		float: left;
		font-size: 14px;
		color: #fff;
	}
	.footer_fot{
		width: 100%;
		float: left;
		background: #055ca6;
		height: 60px;
		line-height: 60px;
	}
	.footer_fots{
		font-size: 14px;
		color: #fff;
		width: 1200px;
		margin-left: calc((100% - 1200px)/2);
	}
	.footer_fots_left{
		width: calc(100% - 79px);
		float: left;
	}
	.footer_fots_right{
		width: 69px;
		float: right;
		height: 47px;
		margin-top: calc((60px - 47px)/2);
	}
}

@media screen and (min-width: 0px) and (max-width: 1240px) {
	.header {
		width: 100%;
		float: left;
	}

	.header_top {
		width: 100%;
		float: left;
		background: #f4f4f4;
		height: 42px;
	}

	.header_top_list {
		width: 900px;
		float: left;
		margin-left: calc((100% - 900px)/2);
	}

	.header_top_list ul {
		float: right;
		margin-right: -10px;
	}

	.header_top_list ul li {
		font-size: 11px;
		color: #818181;
		margin-top: calc((42px - 15px)/2);
		height: 15px;
		padding: 0 10px;
		line-height: 15px;
		float: left;
		border-left: 1px solid #cacaca;
	}

	.header_top_list ul li:nth-child(1) {
		border-left: 1px solid #f4f4f4;
	}

	.header_fot {
		width: 100%;
		float: left;
		background: #ffffff;
		height: 108px;
	}

	.header_fot_list {
		width: 900px;
		float: left;
		margin-left: calc((100% - 900px)/2);
	}

	.header_fot_list_left {
		width: 394px;
		float: left;
		height: 52px;
		background-image: url(../img/logo2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: calc((108px - 52px)/2);
	}

	.header_fot_list_right {
		float: right;
		height: 108px;
		line-height: 108px;
		width: calc(100% - 494px);
	}

	.header_fot_list_right ul {
		width: 100%;
		display: flex;
	}

	.header_fot_list_right ul li {
		float: left;
		flex: 1;
		text-align: right;
		color: #252525;
		font-size: 14px;
	}

	.swiper {
		width: 100%;
		float: left;
	}

	.swiper img {
		width: 100%;
		float: left;
	}
	.footer{
		width: 100%;
		float: left;
		background: #0c6fc2;
	}
	.footer_top{
		width: 900px;
		float: left;
		height: auto;
		padding-top: 70px;
		padding-bottom: 50px;
		margin-left: calc((100% - 900px)/2);
	}
	.footer_top_left{
		width: 512px;
		float: left;
	}
	.footer_top_left ul{
		float: left;
		width: 114px;
		margin-right: 12px;
	}
	.footer_top_left ul li{
		width: 100%;
		float: left;
		text-align: left;
		font-size: 14px;
		color: #fff;
		margin-top: 6px;
	}
	.footer_top_left ul li:nth-child(1){
		color: #fff;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.footer_top_right{
		width: 335px;
		float: right;
		height: auto;
	}
	.footer_top_right::before{
		width: 1px;
		height: 180px;
		background: #055ca6;
		position: absolute;
		content: "";
		margin-top: 7px;
		margin-left: -50px;
	}
	.footer_top_right_title{
		width: 100%;
		float: left;
		font-size: 14px;
		margin-bottom: 10px;
		color: #fff;
	}
	.footer_top_right ul{
		width: 100%;
		float: left;
	}
	.footer_top_right ul li{
		float: left;
		width: 100%;
		margin-top: 8px;
	}
	.footer_top_right ul li img{
		width: 18px;
		height: 19px;
		float: left;
		margin-top: 1px;
		margin-right: 10px;
	}
	.footer_top_right ul li span{
		display: inline-block;
		width: calc(100% - 28px);
		float: left;
		font-size: 12px;
		color: #fff;
	}
	.footer_fot{
		width: 100%;
		float: left;
		background: #055ca6;
		height: 60px;
		line-height: 60px;
	}
	.footer_fots{
		font-size: 14px;
		color: #fff;
		width: 900px;
		margin-left: calc((100% - 900px)/2);
	}
	.footer_fots_left{
		width: calc(100% - 79px);
		float: left;
	}
	.footer_fots_right{
		width: 69px;
		float: right;
		height: 47px;
		margin-top: calc((60px - 47px)/2);
	}
}
